Skip to main content
Glama
monostate

100ms Raydium Sniper MCP

by monostate
setup-docker-kms.sh681 B
#!/bin/bash # Pull the KMS Docker image echo "Pulling Tatum KMS Docker image..." docker pull tatumio/tatum-kms # Create KMS environment file echo "Creating KMS environment file..." cat > kms.env << EOL TATUM_API_KEY=${NEXT_PUBLIC_TATUM_API_KEY} TATUM_KMS_PASSWORD=your-secure-password-here EOL # Create wallet in KMS echo "Creating Solana wallet in KMS..." docker run -it --env-file kms.env -v ./:/root/.tatumrc tatumio/tatum-kms generatemanagedwallet SOL # Start KMS daemon echo "Starting KMS daemon..." docker run -d --env-file kms.env -v ./:/root/.tatumrc tatumio/tatum-kms daemon echo "KMS setup complete. Please save the signatureId from above for use in your .env file"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/monostate/100ms-SPL-Token-Sniper-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server